All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.DataCodecInfo
java.lang.Object
|
+----quicktime.std.qtcomponents.DataCodecInfo
- public class DataCodecInfo
- extends Object
An object of this class is returned after a DataCodecCompressor.compress call
- See Also:
- compress
-
actualDstSize
- Contains the size of the compressed data that was created, in bytes.
-
decompressSlop
- Contains the number of bytes that should be added to the
decompression buffer size if decompression occurs in place.
actualDstSize
public int actualDstSize
- Contains the size of the compressed data that was created, in bytes.
decompressSlop
public int decompressSlop
- Contains the number of bytes that should be added to the
decompression buffer size if decompression occurs in place.
All Packages Class Hierarchy This Package Previous Next Index